home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / nekodemo / rtrv / shared.dir / 00356_BIO+0FrameScore.ls < prev    next >
Encoding:
Text File  |  1995-05-10  |  563 b   |  13 lines

  1. on enterFrame
  2.   global gtpoem, gppoem, gtbio, gpbio, gcurrentnumber, gblenddraw, gbiophotonumber, gbiophoto, greq
  3.   set gbiophoto to 0
  4.   set gbiophotonumber to 0
  5.   set the cursor of sprite 36 to [402, 404]
  6.   if greq = "E" then
  7.     makepuppet(15, getbioname(gtbio, gcurrentnumber, "EB"), 100, 155, 120 + (the height of cast string(getbioname(gtbio, gcurrentnumber, "EB")) / 2))
  8.   else
  9.     makepuppet(15, getbioname(gtbio, gcurrentnumber, "JB"), 100, 155, 120 + (the height of cast string(getbioname(gtbio, gcurrentnumber, "JB")) / 2))
  10.   end if
  11.   updateStage()
  12. end
  13.